home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / X11 / xkb / symbols / eurosign < prev    next >
Encoding:
Text File  |  2009-03-31  |  612 b   |  27 lines

  1. // $XKeyboardConfig$
  2.  
  3. // Most keyboards have the EuroSign engraved on the E key
  4. partial
  5. xkb_symbols "e" {
  6.     key <AD03>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  7. };
  8.  
  9. // Many Apple keyboards have the EuroSign engraved on the 2 key
  10. partial
  11. xkb_symbols "2" {
  12.     key <AE02>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  13. };
  14.  
  15. // Some keyboards have the EuroSign engraved on the 4 key
  16. partial
  17. xkb_symbols "4" {
  18.     key <AE04>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  19. };
  20.  
  21. // Many keyboards have the EuroSign engraved on the 5 key
  22. partial
  23. xkb_symbols "5" {
  24.     key <AE05>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  25. };
  26.  
  27.